feat: add copy result button with clipboard support (closes #35)#50
feat: add copy result button with clipboard support (closes #35)#50
Conversation
Add a 'Copy Result' button to the ResultDashboard component that: - Copies a structured JSON summary of the comparison to clipboard - Includes scores for both developers, winner, lead percentage, and insights - Shows visual 'Copied!' feedback with a check icon for 2 seconds after copy
|
@aoi-dev-0411 is attempting to deploy a commit to the osama's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you for the pull request! ✅ A maintainer will review this soon. Please be patient while we take a look. 🙌 |
|
Hi @O2sa! The Vercel deployment is ready for approval. Please authorize the deployment to complete the PR checks. Thank you! |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Thanks for the contribution. You can reopen the closed PRs if think they are valid and I will review them. |
|
Thank you for the merge and the offer to review! I have a few previously closed PRs from our initial batch (#39-#49) that were high quality. I would like to reopen a few of them for your review:
These are solid, tested improvements that could add value to DevImpact. Would you have time to review them when reopened? Thanks again for the quick turnaround on this PR! 🙏 |
|
Yes, you can reopen them. |
Summary
Implements #35 — adds a Copy Result button to the comparison dashboard.
Changes
ResultDashboardto a client component ("use client")finalScore,repoScore,prScore,contributionScore), winner, lead percentage, and insightsaria-labelfor screen readersBefore / After
Test plan